home *** CD-ROM | disk | FTP | other *** search
Makefile | 1999-12-03 | 962 b | 44 lines |
- all: try_one.ppc try_one test_one.library
-
-
- try_one: try_one.c
- sc link debug=line try_one.c
-
- try_one.ppc: try_one.c
- scppc link debug=line hunkobj programname=try_one.ppc try_one.c
-
-
-
- test_one.library: libinit.o test.o testppc.o
- slinkppc PPC with <<
- LIBFD test.fd
- to test_one.library
- FROM lib:libent.o libinit.o test.o testppc.o
- lib lib:scppc.lib
- noicons
- libversion 1 librevision 11
- verbose
- map test_one.map hsx
- <
-
-
-
- testppc.o: testppc.c
- scppc debug sf testppc.c hunkobj
-
- dispatchppc.o: dispatchppc.c
- scppc debug sf dispatchppc.c hunkobj
-
- test.o: test.c
- sc libcode nostackcheck debug sf test.c
-
- dispatch68k.o: dispatch68k.c
- sc libcode nostackcheck debug sf dispatch68k.c
-
-
- libinit.o: libinit.c
- sc resetopts libcode strmer nostackcheck debug sf DEF ONE_GLOBAL_SECTION=1 libinit.c
-
- libinitr.o: libinit.c
- sc resetopts libcode strmer nostackcheck debug sf objname libinitr.o libinit.c
-